win32: remove useless comment since we do not support win98 anymore
authorIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 27 Jan 2014 13:39:26 +0000 (14:39 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 27 Jan 2014 13:39:53 +0000 (14:39 +0100)
gdk/win32/gdkproperty-win32.c

index 3a63d7abf95793c95226e12d643c23a1453990c2..2e36b04697a77923abd70e9c836292ba88c285b3 100644 (file)
@@ -395,13 +395,6 @@ _gdk_win32_screen_get_setting (GdkScreen   *screen,
       g_value_set_boolean (value, TRUE);
       return TRUE;
     }
-  /*
-   * With 'MS Sans Serif' as windows menu font (default on win98se) you'll get a 
-   * bunch of :
-   *   WARNING **: Couldn't load font "MS Sans Serif 8" falling back to "Sans 8"
-   * at least with testfilechooser (regardless of the bitmap check below)
-   * so just disabling this code seems to be the best we can do --hb
-   */
   else if (strcmp ("gtk-font-name", name) == 0)
     {
       NONCLIENTMETRICS ncm;